提交 53f3b4bd 编写于 作者: L liuruilong

rename execption

上级 1360603e
...@@ -58,5 +58,5 @@ ADD_EXECUTABLE(test-gemm common/test_gemm.cpp) ...@@ -58,5 +58,5 @@ ADD_EXECUTABLE(test-gemm common/test_gemm.cpp)
target_link_libraries(test-gemm paddle-mobile) target_link_libraries(test-gemm paddle-mobile)
# gen test # gen test
ADD_EXECUTABLE(test-exception common/test_exception.cpp) ADD_EXECUTABLE(test-assert common/test_assert.cpp)
target_link_libraries(test-exception paddle-mobile) target_link_libraries(test-assert paddle-mobile)
\ No newline at end of file \ No newline at end of file
...@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ...@@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. */ limitations under the License. */
#include "common/exception.h" #include "common/assert.h"
int main() { int main() {
PADDLE_MOBILE_ASSERT(false, "assert"); PADDLE_MOBILE_ASSERT(false, "assert");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册