Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
6668f42e
Commit
6668f42e
authored
May 02, 2018
by
Paul
Browse files
Fix fail macro
parent
5b4d3989
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/test.hpp
test/test.hpp
+1
-1
No files found.
test/test.hpp
View file @
6668f42e
...
@@ -48,7 +48,7 @@ inline void expect_equality(const TLeft& left,
...
@@ -48,7 +48,7 @@ inline void expect_equality(const TLeft& left,
#define STATUS(...) EXPECT((__VA_ARGS__) == 0)
#define STATUS(...) EXPECT((__VA_ARGS__) == 0)
// NOLINTNEXTLINE
// NOLINTNEXTLINE
#define FAIL(...) failed(__VA_ARGS__, __FILE__, __LINE__)
#define FAIL(...) failed(
false,
__VA_ARGS__, __FILE__, __LINE__)
template
<
class
F
>
template
<
class
F
>
bool
throws
(
F
f
)
bool
throws
(
F
f
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment