From 3631f1dadc8ce2beac86aa618a62120b88bda50c Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Thu, 3 May 2012 21:16:13 +0200 Subject: Part II of the Lazy Vals Saga: Saving bitmap by the Three Musketeers: Byte, Int and Long. And Boolean (hey, he also deserves some credit!). --- test/files/run/t3569.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') diff --git a/test/files/run/t3569.check b/test/files/run/t3569.check index 47aa9292c8..a9fb5ff32e 100644 --- a/test/files/run/t3569.check +++ b/test/files/run/t3569.check @@ -9,7 +9,7 @@ private int Test$X.var1 private int Test$X.var2 private int Test$X.var3 private int Test$X.x -private volatile int Test$X.bitmap$0 +private volatile byte Test$X.bitmap$0 private final int Test$Y.z1 private final int Test$Y.z2 private int Test$Y.x -- cgit v1.2.3