Skip to content
Permalink
Browse files
Filename bug
  • Loading branch information
ac0745 committed Jan 30, 2020
1 parent 42979db commit f1d4e0b87585e6312ad485424f08808b1d368bdb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -16,7 +16,7 @@ SCENARIO( "Code has been compiled" )
FAIL( path + " directory does not exist" );

// exec exists
const auto fResult = stat( "bin/hello", &info );
const auto fResult = stat( exec.c_str(), &info );

if( fResult != 0 )
FAIL( exec + " does not exist" );

0 comments on commit f1d4e0b

Please sign in to comment.