Commit bb1eb75
Fix SynthTraceSerializationTest for Windows (#1577)
Summary:
Pull Request resolved: #1577
MSVC has stringizing bug where it doesn't process code units in raw
string literals. See example: https://godbolt.org/z/osjYj95rq
Temporary fix is to move the string literal out of the `EXPECT_EQ` macro
until this gets fixed.
Reviewed By: neildhar
Differential Revision: D66914807
fbshipit-source-id: 947d4f2254d23ee322dcc063b40f8d05575987d11 parent 40c2e97 commit bb1eb75
1 file changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| 399 | + | |
| 400 | + | |
399 | 401 | | |
400 | | - | |
| 402 | + | |
401 | 403 | | |
402 | 404 | | |
| 405 | + | |
| 406 | + | |
403 | 407 | | |
404 | | - | |
| 408 | + | |
405 | 409 | | |
406 | 410 | | |
407 | 411 | | |
408 | 412 | | |
409 | 413 | | |
| 414 | + | |
| 415 | + | |
410 | 416 | | |
411 | | - | |
| 417 | + | |
412 | 418 | | |
413 | 419 | | |
| 420 | + | |
| 421 | + | |
414 | 422 | | |
415 | | - | |
| 423 | + | |
416 | 424 | | |
417 | 425 | | |
418 | 426 | | |
| |||
0 commit comments