Updated test cases

This commit is contained in:
Saloni Juneja 2023-03-28 16:28:23 +05:30 committed by Dave Cunningham
parent 4c83cff898
commit 4df8c17aa3
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
std.xor(true, false)
std.xor(true, false)

View File

@ -1 +1 @@
std.xor(true, true)
std.xor(true, true)

View File

@ -1 +1 @@
std.xor("true", false)
std.xor("true", false)