Browse Source

Fixed test.

pull/43/head
triton 13 years ago
parent
commit
257e34b5b8
  1. 6
      tests/Basic/Basic.h

6
tests/Basic/Basic.h

@ -35,9 +35,9 @@ struct DLL_API Bar2 : public Bar
enum Enum enum Enum
{ {
A = 0, B = 2, C = 5, A = 0, B = 2, C = 5,
Signed = 0x80000000, D = 0x80000000,
F = 0x1, E = 0x1,
H = -9 F = -9
}; };
class DLL_API Hello class DLL_API Hello

Loading…
Cancel
Save