|
|
|
@@ -34,7 +34,7 @@ namespace ge { |
|
|
|
class UtestGraphPreproces : public testing::Test { |
|
|
|
protected: |
|
|
|
void SetUp() { |
|
|
|
map<string, string> options; |
|
|
|
map<AscendString, AscendString> options; |
|
|
|
ge::Status ret = ge::GEInitialize(options); |
|
|
|
EXPECT_EQ(ret, ge::SUCCESS); |
|
|
|
} |
|
|
|
|