From 991f4086fa214231f45c7a723429fc28217ebd3d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 6 May 2015 01:59:17 -0400 Subject: [PATCH] Remove Trait/ParameterTest ctor ordering comment (since resolved) --- test/Trait/ParameterTest.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Trait/ParameterTest.js b/test/Trait/ParameterTest.js index 077131a..542cbe1 100644 --- a/test/Trait/ParameterTest.js +++ b/test/Trait/ParameterTest.js @@ -19,9 +19,6 @@ * along with this program. If not, see . */ -/*** XXX __construct or __mixin first? __mixin with no parameters should - * permit standard trait with initialization procedure ***/ - require( 'common' ).testCase( { caseSetUp: function()