X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Faplusb%2Ftests%2Fcompile-error%2Fmeta.yml;h=328dfcecd87f8a8a215af5568a802abf5d4e9f9d;hp=d994edb1563925edd4da58541be4f93ebed51128;hb=05bbf0c8a1ceb801accbb1ddb0b54b1c7f3ff3dc;hpb=738dd65fba20a13ba486e71366febc16f1087b21 diff --git a/t/problems/aplusb/tests/compile-error/meta.yml b/t/problems/aplusb/tests/compile-error/meta.yml index d994edb..328dfce 100644 --- a/t/problems/aplusb/tests/compile-error/meta.yml +++ b/t/problems/aplusb/tests/compile-error/meta.yml @@ -2,8 +2,8 @@ test_name: Compile Error test_description: A program which does not compile problem: aplusb expected_result: -1 -expected_result_text: Compile error +expected_result_text: "Compile error (Non-zero exit status: 1)" files: prog: - format: CPP - name: prog.cpp + format: C + name: prog.c