s/BenchmarkReportJSON.st
changeset 285 0cf54ee76de5
parent 262 8d2849dd3227
child 301 df951cc9a173
--- a/s/BenchmarkReportJSON.st	Wed Sep 23 16:26:37 2015 +0200
+++ b/s/BenchmarkReportJSON.st	Fri Sep 25 05:18:26 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'jv:calipel/s' }"
 
+"{ NameSpace: Smalltalk }"
+
 BenchmarkReport subclass:#BenchmarkReportJSON
 	instanceVariableNames:'json'
 	classVariableNames:''