Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pieter Koopman
Personal Prof public repository
Commits
5060665e
Commit
5060665e
authored
Feb 24, 2020
by
Markus Klinik
Browse files
remove print statement
parent
157d4740
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/AssignmentHangmanRulesSpec.rsc
View file @
5060665e
module \test::AssignmentHangmanRulesSpec
import Set;
import IO;
import lang::java::m3::Core;
import \test::SpecUtil;
...
...
@@ -48,9 +47,8 @@ test bool aHangmanparameterizedView()
test bool aHangmanDoubleZip()
{
errors = allAssignmentHangmanRules(loadTestProject("assignment02-double-zip"));
for( err <- errors ) println(err);
return
{ "There should be a Main class"
, "There should be a class called Gallows"
} == messages(errors);
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
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