fix for hipEnvVarDriver test

This commit is contained in:
pensun
2016-03-02 04:35:37 -06:00
parent 5efc4ce08a
commit 8c0ce13ec2
+1 -1
View File
@@ -98,6 +98,6 @@ int main() {
setenv("HIP_VISIBLE_DEVICES","-100,0,1",1);
assert(getDeviceNumber() == 0);
std::cout << "Passed!" << std::endl;
std::cout << "PASSED" << std::endl;
return 0;
}