]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/com/com-tests.factor
Remove <uint> *uint and friends. Hopefully remove the last usages of these words
[factor.git] / basis / windows / com / com-tests.factor
index fdc48adfbe5fc8fb2ea9fae2a9e5c8a0affa56ec..3f0dddab2920aedd733e6a70ef0b0c7d4725f8dd 100644 (file)
@@ -58,7 +58,7 @@ C: <test-implementation> test-implementation
         dup +guinea-pig-implementation+ set [ drop
 
             S_OK 1array [ +guinea-pig-implementation+ get ISimple::returnOK ] unit-test
-            E_FAIL <long> *long 1array [ +guinea-pig-implementation+ get ISimple::returnError ] unit-test
+            E_FAIL long <ref> long deref 1array [ +guinea-pig-implementation+ get ISimple::returnError ] unit-test
             20 1array [
                 +guinea-pig-implementation+ get
                 [ 20 IInherited::setX ]