Commit 8a6512d
authored
Remove int256 operator<< test for showbase with 0 (#22)
Upsteam libc++ is now also showing the octal `0` and hex `0x`
prefixes with zero, see
llvm/llvm-project#120859
These tests were failing with upstream libc++. The previous three
lines test this enough; just remove the tests that now have
inconsistent output across C++ standard libraries.1 parent b71ee1e commit 8a6512d
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | 543 | | |
548 | 544 | | |
549 | 545 | | |
| |||
0 commit comments