diff options
Diffstat (limited to 'src/unit/basic.unit')
| -rw-r--r-- | src/unit/basic.unit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/basic.unit b/src/unit/basic.unit index 369e095..3ab8dc2 100644 --- a/src/unit/basic.unit +++ b/src/unit/basic.unit | |||
| @@ -145,7 +145,7 @@ suite Basic | |||
| 145 | 145 | ||
| 146 | { | 146 | { |
| 147 | Gats::Dictionary dict; | 147 | Gats::Dictionary dict; |
| 148 | dict.insert("bool", true ); | 148 | dict.insert("bool", new Gats::Boolean(true) ); |
| 149 | dict.insert("int", 33403055 ); | 149 | dict.insert("int", 33403055 ); |
| 150 | dict.insert("str", "Hey there" ); | 150 | dict.insert("str", "Hey there" ); |
| 151 | dict.write( mb ); | 151 | dict.write( mb ); |
