mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed an NPE.
This commit is contained in:
parent
9e8c662a73
commit
9c151f6127
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,7 @@ public class AST2TestBase extends BaseTestCase {
|
|||
map.put("__SIZEOF_SHORT__", "2");
|
||||
map.put("__SIZEOF_INT__", "4");
|
||||
map.put("__SIZEOF_LONG__", "8");
|
||||
map.put("__SIZEOF_POINTER__", "8");
|
||||
return map;
|
||||
}
|
||||
|
||||
|
@ -118,6 +119,7 @@ public class AST2TestBase extends BaseTestCase {
|
|||
map.put("__SIZEOF_SHORT__", "2");
|
||||
map.put("__SIZEOF_INT__", "4");
|
||||
map.put("__SIZEOF_LONG__", "8");
|
||||
map.put("__SIZEOF_POINTER__", "8");
|
||||
return map;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue