Bug 920463 followup, keep the test from turning permaorange when we merge to aurora and TypedObject gets turned off

This commit is contained in:
Phil Ringnalda 2013-10-27 16:19:56 -07:00
parent 9efd81f1db
commit 8ac2024255

View File

@ -1,5 +1,5 @@
if (!this.hasOwnProperty("TypedObject"))
throw new TypeError();
quit();
var StructType = TypedObject.StructType;
var float64 = TypedObject.float64;