Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Doxygen
Context Navigation
←
Previous Change
Next Change
→
Changeset
589
for
library/tests
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
08/28/09 09:26:56 (
16 years
ago)
Author:
vbarta
Message:
testing debug check only in debug build
Files:
1 modified
library/tests/shared_ptr_test.cpp
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
library/tests/shared_ptr_test.cpp
¶
r570
r589
88
88
}
89
89
90
// tested runtime check is only in debug version
91
#ifndef NDEBUG
90
92
TEST ( test_shared_ptr_error ) {
91
93
bdm::shared_ptr<Foo> empty;
…
…
97
99
}
98
100
}
101
#endif
Download in other formats:
Unified Diff
Zip Archive