Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. TestCase{
  2. function test_math() {
  3. compare(2 + 2, 4, "2 + 2 = 4")
  4. }
  5.  
  6. function test_fail() {
  7. compare(2 + 2, 5, "2 + 2 = 5")
  8. }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement