mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Fix message in share/trick/swig/unit_test.py #1208
This commit is contained in:
parent
1315db14a4
commit
a691ae0d6d
@ -26,7 +26,7 @@ def TRICK_EXPECT_NE( a , b, test_suite, test_case):
|
||||
if a != b:
|
||||
trick.add_test_result( test_suite , test_case , "") ;
|
||||
else:
|
||||
trick.add_test_result( test_suite , test_case , "TRICK_EXPECT_EQ failed") ;
|
||||
trick.add_test_result( test_suite , test_case , "TRICK_EXPECT_NE failed") ;
|
||||
print ("a = {}".format(a))
|
||||
print ("b = {}".format(b))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user