Skip to content
Snippets Groups Projects
Commit a33e24dc authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Modify constant in test program

parent 1b4d44a1
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ int main(int argc, char **argv)
{
int x = 0;
std::cin >> std::hex >> x;
if (x == 0x12345678)
if (x == 0x01000000)
abort();
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment