Update testloader.js

Add missing closing brackets in test_implementsobject
This commit is contained in:
Jihoon Yi 2025-05-10 18:38:45 +09:00 committed by GitHub
parent 452675273b
commit 10606532cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1137,7 +1137,7 @@ var test_implements = {
job.setHostName("example.org");
job.setResourceName(resourceName);
job.saveTo("D:\\");
};
});
}
};