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
32e24988
Commit
32e24988
authored
Nov 05, 2018
by
Khalique
Browse files
checking for missing param y in test
parent
73561dec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/eval_test.cpp
test/eval_test.cpp
+1
-1
No files found.
test/eval_test.cpp
View file @
32e24988
...
@@ -116,7 +116,7 @@ void param_error_test()
...
@@ -116,7 +116,7 @@ void param_error_test()
[
&
]
{
[
&
]
{
p
.
eval
({{
"x"
,
migraph
::
literal
{
1
}.
get_argument
()}});
p
.
eval
({{
"x"
,
migraph
::
literal
{
1
}.
get_argument
()}});
},
},
"Parameter not found"
));
"Parameter not found
: y
"
));
}
}
void
replace_test
()
void
replace_test
()
...
...
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