Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrtronium committed Apr 29, 2020
1 parent 8c898d1 commit c6bf5c0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions internal/object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ func TestObjectSlots(t *testing.T) {
">",
">=",
"?",
// "@", // TODO: coreext
// "@@", // TODO: coreext
// "actorProcessQueue",
// "actorRun",
"addTrait",
Expand All @@ -127,19 +125,13 @@ func TestObjectSlots(t *testing.T) {
"asGoRepr",
"asSimpleString",
"asString",
// "asyncSend", // TODO: coreext
"block",
"break",
"clone",
"cloneWithoutInit",
"compare",
"contextWithSlot",
"continue",
// "coroDo", // TODO: coreext
// "coroDoLater", // TODO: coreext
// "coroFor", // TODO: coreext
// "coroWith", // TODO: coreext
// "currentCoro", // TODO: coreext
"deprecatedWarning",
"do",
"doFile",
Expand All @@ -151,7 +143,6 @@ func TestObjectSlots(t *testing.T) {
"evalArgAndReturnSelf",
"for",
"foreachSlot",
// "futureSend", // TODO: coreext
"getLocalSlot",
"getSlot",
// "handleActorException",
Expand Down Expand Up @@ -186,7 +177,6 @@ func TestObjectSlots(t *testing.T) {
"newSlot",
"not",
"or",
// "pause", // TODO: coreext
"perform",
"performWithArgList",
"prependProto",
Expand Down Expand Up @@ -232,7 +222,6 @@ func TestObjectSlots(t *testing.T) {
"while",
"write",
"writeln",
// "yield", // TODO: coreext
}
testutils.CheckSlots(t, testutils.VM().BaseObject, slots)
}
Expand Down

0 comments on commit c6bf5c0

Please sign in to comment.