We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650689a commit c6c7dacCopy full SHA for c6c7dac
tmc-langs-framework/src/plugin.rs
@@ -82,9 +82,9 @@ pub trait LanguagePlugin {
82
status: RunStatus::TestsFailed,
83
test_results: vec![TestResult {
84
name: "Tests found test".to_string(),
85
- successful: true,
+ successful: false,
86
points: vec![],
87
- message: "No tests found.\nTry submitting the exercise to the server."
+ message: "No tests found. Did you terminate your program with an exit() command?\nYou can also try submitting the exercise to the server."
88
.to_string(),
89
exception: vec![],
90
}],
0 commit comments